home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / U-Z / Videotape Catalog 2.cpt / VCR v2.0 / card_19674.txt < prev    next >
Text File  |  1990-04-09  |  5KB  |  224 lines

  1. -- card: 19674 from stack: in.0
  2. -- bmap block id: 20680
  3. -- flags: 0000
  4. -- background id: 19442
  5. -- name: x"&fld 1
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=25 top=295 right=317 bottom=125
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Initialize?
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   Answer "Initialize Beta or VHS format?" with "VHS" or "Beta"
  23.   if it is "VHS" then
  24.     go third card
  25.   else
  26.     go fourth card
  27.   end if
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 3 (button)
  33. -- low flags: 00
  34. -- high flags: A000
  35. -- rect: left=402 top=39 right=59 bottom=486
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: Go to Tape
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   global tape
  47.   put empty into tape
  48.   goTape
  49. end mouseUp
  50.  
  51.  
  52.  
  53. -- part 4 (button)
  54. -- low flags: 00
  55. -- high flags: A000
  56. -- rect: left=402 top=58 right=79 bottom=486
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: Find Time
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   FindTime
  68. end mouseUp
  69.  
  70.  
  71.  
  72. -- part 5 (button)
  73. -- low flags: 00
  74. -- high flags: A000
  75. -- rect: left=411 top=132 right=151 bottom=489
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: Index
  84. ----- HyperTalk script -----
  85. on mouseUp
  86.   go second card
  87. end mouseUp
  88.  
  89.  
  90.  
  91. -- part 6 (button)
  92. -- low flags: 00
  93. -- high flags: A000
  94. -- rect: left=411 top=150 right=169 bottom=489
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 0 / 0
  97. -- text alignment: 1
  98. -- font id: 0
  99. -- text size: 12
  100. -- style flags: 0
  101. -- line height: 16
  102. -- part name: New Card
  103. ----- HyperTalk script -----
  104. on mouseUp
  105.   NuCard
  106. end mouseUp
  107.  
  108.  
  109.  
  110. -- part 7 (button)
  111. -- low flags: 00
  112. -- high flags: 2000
  113. -- rect: left=438 top=176 right=206 bottom=473
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 20098 / 20098
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: 
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   go to stack "Home"
  125. end mouseUp
  126.  
  127.  
  128.  
  129.  
  130. -- part 9 (button)
  131. -- low flags: 00
  132. -- high flags: 8003
  133. -- rect: left=19 top=35 right=57 bottom=119
  134. -- title width / last selected line: 0
  135. -- icon id / first selected line: 0 / 0
  136. -- text alignment: 1
  137. -- font id: 0
  138. -- text size: 12
  139. -- style flags: 0
  140. -- line height: 16
  141. -- part name: VCR Data
  142. ----- HyperTalk script -----
  143. on mouseUp
  144.   set visible of cd fld data to not visible of cd fld data
  145. end mouseUp
  146.  
  147.  
  148.  
  149. -- part 10 (field)
  150. -- low flags: 80
  151. -- high flags: 0001
  152. -- rect: left=66 top=92 right=265 bottom=406
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 0 / 0
  155. -- text alignment: 0
  156. -- font id: 15026
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: Data
  161.  
  162.  
  163. -- part 11 (button)
  164. -- low flags: 00
  165. -- high flags: 2000
  166. -- rect: left=16 top=164 right=208 bottom=64
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 14767 / 14767
  169. -- text alignment: 1
  170. -- font id: 0
  171. -- text size: 12
  172. -- style flags: 0
  173. -- line height: 16
  174. -- part name: Help
  175. ----- HyperTalk script -----
  176. on mouseUp
  177.   show cd fld "About"
  178. end mouseUp
  179.  
  180.  
  181.  
  182. -- part 12 (field)
  183. -- low flags: 81
  184. -- high flags: 0007
  185. -- rect: left=13 top=27 right=334 bottom=509
  186. -- title width / last selected line: 0
  187. -- icon id / first selected line: 0 / 0
  188. -- text alignment: 0
  189. -- font id: 15026
  190. -- text size: 12
  191. -- style flags: 0
  192. -- line height: 16
  193. -- part name: About
  194. ----- HyperTalk script -----
  195. on mouseUp
  196.   hide me
  197. end mouseUp
  198.  
  199.  
  200. -- part contents for card part 12
  201. ----- text -----
  202.   Several features are available in this stack.  One may enter new cards, of course, and sort tapes according to number.  Both Beta or VHS tapes can be included in the catalog.  The Index Card can generate an index of themes from the Theme field for quick browsing.
  203.    The Time Remaining feature must be initialized for each VCR.  Click on the "Initialize" button for more details.  Enter the last number used to generate the time left.  This initialization need be done only once per VCR.  
  204.   "Find Time" can find time at end of tapes.  It can find any gap of n minutes or fill as close as possible to the end of the tape.
  205.    There is a small field inside the time remaining field.  This is for tapes which have had sections stripped without destroying the whole tape.  Simply put the number that the tape was stripped to in here and the time will be adjusted accordingly.
  206.  
  207. Any comments and/or the shareware fee of $5 should be sent to:
  208. Mike Kazmierczak
  209. X Systems
  210. 1789 Brandy Dr. SE
  211. Conyers GA 30208-3032
  212.  
  213. GEnie: M.KAZMIERCZ1
  214. UUCP: gatech!nanovx!kaz
  215. BITNET: tegammk@gitnve2
  216. INTERNET: kaz@nanovx.UUCP@gatech.edu
  217.  
  218.  
  219. -- part contents for card part 10
  220. ----- text -----
  221.  
  222. Place important VCR data here.  Serial numbers, repair tips, etc.
  223.  
  224. Click on VCR Data button to hide.